home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / misc1 / ami301b.zip / AMIIWP.IN$ / AMIIWP.INI
INI File  |  1993-05-18  |  2KB  |  51 lines

  1. // This is the ini file for the Ami Pro IWP filter.
  2. // This file is used during import if the IWP system default file 
  3. // "sysdeflt.wps" is not found in either the \wp directory 
  4. // or the current directory.
  5.  
  6. [Defaults]
  7. Cpi=10            // Characters per inch 
  8.                 // A setting of:
  9.                 //        12 cpi gives 10 point
  10.                 //        10 cpi gives 12 point
  11.                 //        15 cpi gives 8 point
  12.  
  13. Lpi=6            // Lines per inch
  14.  
  15. DoNotes=no        // Do you want notes imported?
  16.                 // If this is set to "no" then notes are ignored.
  17.                 // If this is set to "yes" then notes are imported surrounded
  18.                 // by "!"
  19.  
  20. LeftMargin=0    // The left margin.  This is the number of characters
  21.                 // you want added to a 1/4 inch left margin.  This value is
  22.                 // affected by the setting for Cpi above.  
  23.                 // For example: to set a 3/4 inch margin in 10 Cpi you would 
  24.                 // set this value to 5.  This gives you and additional 1/2 
  25.                 // inch added to the base 1/4 inch margin.
  26.                 // A setting of 0 will give you only a 1/4 inch margin.
  27.  
  28. PageLength=66    // Page length in lines.  This value is affected by the setting
  29.                 // for Lpi above.
  30.  
  31. FooterLine=60    // Line that footer begins on (depends on Lpi)
  32.  
  33. Justify=no        // Do you want text justified?
  34.  
  35. // The following two settings are used to create a style for importing
  36. // The style name is "IWP Style".
  37.  
  38. Font=Courier    // Font name.  Must be the exact case that Windows expects.
  39.                 // For example, "courier" and "COURIER" are not acceptable,
  40.                 // while "Courier" is correct.
  41.  
  42. FontStyle=32768    // This is the style of the font.  This is used to allow 
  43.                 // Windows to select a similar font if the name listed above
  44.                 // is not available on your system.
  45.                 // To set this number do the following:
  46.                 //        Start with 0.  
  47.                 //        If your font has serifs, add 32768.  
  48.                 //        If your font is proportionally spaced, then add 16384.
  49.                 // So if your font is both proportional and has serifs then 
  50.                 // this number should be 49152 (32768+16384).
  51.